- 01. Intro to Image Processing
- 02. Pre-Processing
- 03. Quiz: Color or Grayscale?
- 04. When Color IS Important
- 05. Image Formation
- 06. Images as Functions
- 07. Quiz: Image Operations
- 08. Color Thresholds
- 09. Installing OpenCV
- 10. Coding a Blue Screen
- 11. Quiz: Color Threshold
- 12. Color Spaces and Transforms
- 13. Geometric Transforms
- 14. Transforming Text
- 15. Quiz: Warp the Perspective
- 16. Filters Revisited!
- 17. Frequency in Images
- 18. High-pass Filters
- 19. Quiz: Kernels
- 20. Creating a Filter
- 21. Gradients and Sobel Filters
- 22. Quiz: Code Your Own Filter
- 23. Low-pass Filters
- 24. Gaussian Blur
- 25. Canny Edge Detector
- 26. Review